VERSION = 1,

option Blackouts.Chance {
	type = integer,
	min = 0,
	max = 100,
	default = 10,
	page = Blackouts,
	translation = Blackouts_Chance,
}

option Blackouts.Recovery {
	type = integer,
	min = 0,
	max = 100,
	default = 25,
	page = Blackouts,
	translation = Blackouts_Recovery,
}

option Blackouts.WeatherEvent {
	type = boolean,
	default = true,
	page = Blackouts,
	translation = Blackouts_WeatherEvent,
}

option Blackouts.RampUp {
	type = boolean,
	default = false,
	page = Blackouts,
	translation = Blackouts_RampUp,
}

option Blackouts.InitialCooldown {
	type = integer,
	min = 1,
	max = 744,
	default = 168,
	page = Blackouts,
	translation = Blackouts_InitialCooldown,
}

option Blackouts.Duration {
	type = integer,
	min = 1,
	max = 744,
	default = 1,
	page = Blackouts,
	translation = Blackouts_Duration,
}

option Blackouts.Cooldown {
	type = integer,
	min = 1,
	max = 744,
	default = 24,
	page = Blackouts,
	translation = Blackouts_Cooldown,
}

option Blackouts.Override {
	type = integer,
	min = 0,
	max = 4015,
	default = 0,
	page = Blackouts,
	translation = Blackouts_Override,
}
